Skip to main content

iphoneIdentifierForVendor

Type

function

Summary

Returns a unique identifier for device. The identifier is the same for all apps that come from the same vendor running of the same device.

Syntax

iphoneIdentifierForVendor()

Description

Use the iphoneIdentifierForVendor function to find a unique idetifier for a vendor/device combination.

The identifier is the same for all apps that come from the same vendor running on the same device. A different value is returned for apps on the same device that come from different vendors, and for apps on different devices regardless of vendor.

The identifier will remain the same whilst apps from the vendor remain installed on the device. If all apps from the vendor are removed from the device and reinstalled, the value of the identifier will change.

note

Only available on devices running iOS 6.0 and later.

Examples

put iphoneIdentifierForVendor() into tSystemID

function: iphoneApplicationIdentifier

Compatibility and Support

Introduced

LiveCode 6.1

OS

ios

Platforms

mobile

Thank you for your feedback!

Was this page helpful?